home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / syn Scripts / VBScript.vbs < prev   
Text File  |  2002-07-22  |  381b  |  18 lines

  1. ' Description: Macro Template for syn
  2. ' Caption: <Text from the Menuitem>|
  3. ' Hint: <The Hint from the Menuitem>|
  4. ' Icon: <The Icon from the Menuitem>|
  5.  
  6. ' ScriptEngine=VBScript
  7.  
  8. option explicit
  9.  
  10. ' Remove the dot to include this file(s)
  11. '#.include <consts>
  12. '#.include <cmnfunc>
  13.  
  14. sub Main(FileName)
  15.   ' To Do: Add usercode here
  16.   Echo "Hi, this is VBScript!"
  17. end sub
  18.